'Declaration Public Function New( _ ByVal itemsourceType As Type, _ ByVal newItemTypes As IList(Of Type) _ )
'Usage Dim itemsourceType As Type Dim newItemTypes As IList(Of Type) Dim instance As New CollectionControlDialog(itemsourceType, newItemTypes)
public CollectionControlDialog( Type itemsourceType, IList<Type> newItemTypes )
Parameters
- itemsourceType
- newItemTypes